/* 悬浮层css start*/
.rightFixed{
	width: 60px;
	position: fixed;
	height: 310px;
	right: 18px;
	bottom: 100px;
	z-index: 10;
}
.login_x p a:first-child{
	color: #343434;
}
.login_x p a:last-child{
	color: #999;
}
.fixedItem{
	display: block;
	width: 60px;
	height:58px;
	background: #F9F9F9;
	box-sizing: border-box;
	padding-top: 5px;
	border-radius: 4px;
	margin-top: 3px;
}
.rightFixed .fixedItem.special_override_right_common {
	position: relative;
	overflow: visible;
}
.rightFixed  .fixedItem .icon{
	width: 26px;
	height: 26px;
	margin: 0 auto;
}
.rightFixed .fixedItem .popupLeft {
	position: absolute;
	width: 100px;
	height: 169px;
	left: -110px;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	display: none;
	flex-direction: column;
	border-radius: 4px;
	box-shadow: 0 20px 15px 0 rgba(0,0,0,0.04), 0 13px 14px 0 rgba(0,0,0,0.08), 0 7px 12px 0 rgba(0,0,0,0.06);
}
.rightFixed .fixedItem .popupLeft .popup_title {
	color: #333333;
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
}

.rightFixed .fixedItem .popupLeft .popup_wechat_qrcode {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.rightFixed .fixedItem .popupLeft .popup_text {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 12px;
	height: 14px;
	line-height: 14px;

}
.fixedItem:hover,.activeFixed{
	background: #C60018;
}
.fixedItem:hover .fixedTxt,.activeFixed .fixedTxt{
	color: #fff;
}
.icon0{
	background: url(/static/pc/img/kjbm.png) no-repeat;
	background-size: contain;
}
.icon1{
	background: url(/static/pc/img/ksbm1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon1{
	background: url(/static/pc/img/ksbm.png) no-repeat;
	background-size: contain;
}
.icon2{
	background: url(/static/pc/img/bktj_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon2{
	background: url(/static/pc/img/bktj_ico.png) no-repeat;
	background-size: contain;
}
.icon3{
	background: url(/static/pc/img/ksdg_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon3{
	background: url(/static/pc/img/ksdg_ico.png) no-repeat;
	background-size: contain;
}
.icon4{
	background: url(/static/pc/img/zxkf_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon4{
	background: url(/static/pc/img/zxkf_ico.png) no-repeat;
	background-size: contain;
}
.icon5{
	background: url(/static/pc/img/fhdb_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon5{
	background: url(/static/pc/img/fhdb_ico.png) no-repeat;
	background-size: contain;
}
.fixedTxt{
	text-align: center;
	color: #333333;
}
/* 悬浮层css end*/